home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / bash / bash_1135 / bash1135.zoo / bash-1.13.5 / README-ST < prev    next >
Encoding:
Text File  |  1994-03-20  |  846 b   |  20 lines

  1. -*-text-*-
  2.  
  3. Here is my port of bash-1.13.5 to the atari st. I have only included the
  4. binary, my Makefiles and the patches. You should  get the original
  5. distribution from your nearest gnu-ftp-site. To recompile it, extract
  6. the original distribution, extract the  ST-file in the parent directory,
  7. cd into bash-1.13.5 and start patch like patch <PATCHES-ST. After that
  8. you can compile bash with make -f Makefile-ST.
  9.  
  10. I patched some of the piping:  bash is piping from a child to its parent 
  11. and the result with output over 4096 bytes is a deadlock under MiNT.
  12. Therefore I used the piping mechanism from the non-mint-libs.
  13.  
  14. The included binary is shareable.  It was compiled with -O2,
  15. -fomit-frame-pointer, -mpcrel and -mbaserel.  It is linked with the
  16. socket library, mntlibs PL44 and the curses library PL16.
  17.  
  18. Jens Krinke (krinke@ips.cs.tu-bs.de)
  19.  
  20.